projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beaba56
)
Get the cursor out of the way
author
justbur
<justin@burkett.cc>
Fri, 3 Jul 2015 16:51:05 +0000
(12:51 -0400)
committer
justbur
<justin@burkett.cc>
Fri, 3 Jul 2015 16:51:05 +0000
(12:51 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 54831b528293c18aabd8580cfaef96b94ef6648f..451b7f0886fb300f42ceb715b87a3ef9fdcc3938 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-186,7
+186,8
@@
Finally, show the buffer."
formatted buffer-width))
(goto-char (point-min))
(which-key/replace-strings-from-alist
- which-key-general-replacement-alist))
+ which-key-general-replacement-alist)
+ (goto-char (point-max)))
(setq which-key--window (which-key/show-buffer
(which-key/buffer-height line-breaks)
buffer-width))